home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / soft / fm42ch.exe / {app} / Foxmail.exe / 0 / RCDATA / TDLG_ADDADDRS / TDLG_ADDADDRS.txt
Text File  |  2002-07-04  |  1KB  |  70 lines

  1. object Dlg_AddAddrs: TDlg_AddAddrs
  2.   Left = 584
  3.   Top = 229
  4.   BorderStyle = bsDialog
  5.   Caption = 'Add Address'
  6.   ClientHeight = 118
  7.   ClientWidth = 305
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 16
  20.     Top = 12
  21.     Width = 103
  22.     Height = 13
  23.     Caption = '&Add to Address Book:'
  24.     FocusControl = CB_books
  25.   end
  26.   object CB_books: TComboBox
  27.     Left = 16
  28.     Top = 32
  29.     Width = 129
  30.     Height = 22
  31.     Style = csOwnerDrawFixed
  32.     ItemHeight = 16
  33.     TabOrder = 0
  34.     OnDrawItem = CB_booksDrawItem
  35.   end
  36.   object Btnok: TButton
  37.     Left = 128
  38.     Top = 88
  39.     Width = 75
  40.     Height = 25
  41.     Caption = 'OK'
  42.     Default = True
  43.     ModalResult = 1
  44.     TabOrder = 1
  45.   end
  46.   object BtnCancel: TButton
  47.     Left = 216
  48.     Top = 88
  49.     Width = 75
  50.     Height = 25
  51.     Cancel = True
  52.     Caption = 'Cancel'
  53.     ModalResult = 2
  54.     TabOrder = 2
  55.   end
  56.   object CB_showaddr: TCheckBox
  57.     Left = 16
  58.     Top = 64
  59.     Width = 281
  60.     Height = 17
  61.     Caption = 'Prompt one by one'
  62.     TabOrder = 3
  63.   end
  64.   object Language: TLanguage
  65.     LangCenter = DM_Language.LangCenter
  66.     Left = 232
  67.     Top = 8
  68.   end
  69. end
  70.